Documents for PDF, .NET Edition Documentation
DestinationFitV Constructor(Int32,Nullable<Single>)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationFitV Class > DestinationFitV Constructor : DestinationFitV Constructor(Int32,Nullable<Single>)
The page index.
The left coordinate of the document window.
Initialize a new instance of the DestinationFitV class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageIndex As System.Integer, _
   Optional ByVal left As System.Nullable(Of Single) _
)
public DestinationFitV( 
   System.int pageIndex,
   System.Nullable<float> left
)

Parameters

pageIndex
The page index.
left
The left coordinate of the document window.
See Also

Reference

DestinationFitV Class
DestinationFitV Members
Overload List